翻訳と辞書
Words near each other
・ Assemblies of God of Egypt
・ Assemblies of God Statement of Fundamental Truths
・ Assemblies of God Theological Seminary
・ Assemblies of God USA
・ Assemblies of the Autonomous Islands of the Comoros
・ Assemblies of the Lord Jesus Christ
・ Assemblies of Yahweh
・ Assemblin
・ Assembly
・ Assembly (bugle call)
・ Assembly (CLI)
・ Assembly (demo party)
・ Assembly (film)
・ Assembly (John Foxx album)
・ Assembly (MBTA station)
Assembly (programming)
・ Assembly (Theatre of Tragedy album)
・ Assembly (TV series)
・ Assembly Affairs Museum, The Legislative Yuan
・ Assembly Commission
・ Assembly election results of Chhattisgarh
・ Assembly election results of Himachal Pradesh
・ Assembly election results of Mizoram
・ Assembly for the Sovereignty of the Peoples
・ Assembly hall
・ Assembly Hall (Bloomington)
・ Assembly hall (disambiguation)
・ Assembly Hall (Washington, Mississippi)
・ Assembly Hall Theatre, Tunbridge Wells
・ Assembly Hall, Warwick


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Assembly (programming) : ウィキペディア英語版
Assembly (programming)

An assembly is a runtime unit consisting of types and other resources. All types in an assembly have the same version number.
Often, one assembly has only one namespace and is used by one program. But it can span over several namespaces. Also, one namespace can spread over several assemblies. In large designs, an assembly may consist of multiple files that are held together by a ''manifest'' (i.e. a table of contents).
In C#, an assembly is the smallest deployment unit used, and is a component in .NET. In Java, it is a JAR file.〔

==Creation of an assembly==

Every compilation creates either an ''assembly'' or a ''module'' in C#. It is possible to add other modules with the ''assembly linker'' (al). A speciality of Java is to create a
*.class
file for each class, which is not the case in C#. The creation can be activated by compiler switches, like csc /addmodule:Y.netmodule A.cs that yields a new A.exe with Y added to this assembly.〔


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Assembly (programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.